type net/http.http2PingFrame

9 uses

	net/http (current package)
		h2_bundle.go#L2173: type http2PingFrame struct {
		h2_bundle.go#L2178: func (f *http2PingFrame) IsAck() bool { return f.Flags.Has(http2FlagPingAck) }
		h2_bundle.go#L2189: 	f := &http2PingFrame{http2FrameHeader: fh}
		h2_bundle.go#L2971: 	case *http2PingFrame:
		h2_bundle.go#L5150: 	case *http2PingFrame:
		h2_bundle.go#L5170: func (sc *http2serverConn) processPing(f *http2PingFrame) error {
		h2_bundle.go#L8860: 		case *http2PingFrame:
		h2_bundle.go#L9532: func (rl *http2clientConnReadLoop) processPing(f *http2PingFrame) error {
		h2_bundle.go#L9862: type http2writePingAck struct{ pf *http2PingFrame }